home *** CD-ROM | disk | FTP | other *** search
- object Form1: TForm1
- Left = 189
- Top = 119
- Width = 378
- Height = 188
- BorderIcons = [biSystemMenu]
- Caption = 'ITEC web services'
- Color = clBtnFace
- Font.Charset = DEFAULT_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- PixelsPerInch = 96
- TextHeight = 13
- object Label1: TLabel
- Left = 32
- Top = 8
- Width = 318
- Height = 25
- Caption = 'ITEC Calculator - web service test'
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -21
- Font.Name = 'Tahoma'
- Font.Style = []
- ParentFont = False
- end
- object Label2: TLabel
- Left = 40
- Top = 56
- Width = 10
- Height = 13
- Caption = 'A:'
- end
- object Label3: TLabel
- Left = 40
- Top = 88
- Width = 10
- Height = 13
- Caption = 'B:'
- end
- object Label4: TLabel
- Left = 16
- Top = 128
- Width = 38
- Height = 13
- Caption = 'Answer:'
- end
- object btnAdd: TButton
- Left = 184
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Add'
- TabOrder = 0
- OnClick = btnAddClick
- end
- object btnDivide: TButton
- Left = 184
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Divide'
- TabOrder = 1
- OnClick = btnDivideClick
- end
- object btnMultiply: TButton
- Left = 264
- Top = 80
- Width = 75
- Height = 25
- Caption = 'Multiply'
- TabOrder = 2
- OnClick = btnMultiplyClick
- end
- object btnSubtract: TButton
- Left = 264
- Top = 48
- Width = 75
- Height = 25
- Caption = 'Subtract'
- TabOrder = 3
- OnClick = btnSubtractClick
- end
- object edtA: TEdit
- Left = 56
- Top = 48
- Width = 121
- Height = 21
- TabOrder = 4
- Text = '0'
- end
- object edtB: TEdit
- Left = 56
- Top = 80
- Width = 121
- Height = 21
- TabOrder = 5
- Text = '0'
- end
- object edtAnswer: TEdit
- Left = 56
- Top = 120
- Width = 121
- Height = 21
- TabOrder = 6
- Text = '0'
- end
- end
-